home *** CD-ROM | disk | FTP | other *** search
Makefile | 1999-02-08 | 349 b | 11 lines |
- CFLAGS = nostackcheck stringmerge params=r optimize opttime optschedule optinline optinlocal
- LFLAGS = nodebug noicons smalldata smallcode lib LIB:debug.lib
-
- all: Sashimi
-
- Sashimi: Sashimi.c SafeRawPutChar.asm
- sc link $(LFLAGS) $(CFLAGS) Sashimi.c SafeRawPutChar.asm
-
- checkin:
- ci -l -q -t-. -M -d sashimi.c sashimi.doc smakefile SafeRawPutChar.asm
-